Opc.Ua.Core
FloatCollection Constructor(IEnumerable<Single>)



Opc.Ua Namespace > FloatCollection Class > FloatCollection Constructor : FloatCollection Constructor(IEnumerable<Single>)
The collection of values to add into this collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Single) _
)
'Usage
 
Dim collection As IEnumerable(Of Single)
 
Dim instance As New FloatCollection(collection)
public FloatCollection( 
   IEnumerable<float> collection
)
public:
FloatCollection( 
   IEnumerable<float>^ collection
)

Parameters

collection
The collection of values to add into this collection
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FloatCollection Class
FloatCollection Members
Overload List